home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / swf / survey.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-11-11  |  379 b   |  17 lines

  1. onAnimationEnd = function()
  2. {
  3.    trace("---------- onAnimationEnd()");
  4.    _parent.goCredits();
  5. };
  6. enterSurvey = function()
  7. {
  8.    trace("clearing interval " + exitInt);
  9.    clearInterval(exitInt);
  10.    _parent.lingo("Flsh_openWebPage(\"http://www.timesonline.co.uk/themonth/survey\")");
  11. };
  12. exit = function()
  13. {
  14.    _parent.mc_optin.play();
  15. };
  16. trace("email swf loaded");
  17.